home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / fixture opponent friendly.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  945 b   |  32 lines

  1. <panel>
  2.  
  3.     <!--
  4.     This is the display for the list of fixtures which is 
  5.     displayed in the Fixtures section of your team screen
  6.     when arranging friendly matches
  7.     -->
  8.  
  9.     <!-- layout -->
  10.     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  11.     <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  12.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
  13.  
  14.     <widget class="table" id="fdet" mode="0" layout="120, -1" stretch_to_fit_rows="true">
  15.  
  16.         <!-- column display properties -->        
  17.         <list id="column_display_properties">
  18.             <record indx="0" id="foda"/>
  19.             <record indx="1" id="foop"/>
  20.         </list>
  21.         
  22.             
  23.         <!-- default properties adopted by every item in table -->
  24.         <list id="column_properties">
  25.             <record indx="0" alignment="left,centre"/>
  26.             <record indx="1" alignment="left,centre"/>
  27.         </list>
  28.  
  29.     </widget> <!-- table -->
  30.  
  31. </panel> <!-- main container widget -->
  32.